--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit a1dae1fc15d77bcd67df74e245b6cc1baf46e5a9
Parents : 2f43d66
Author : Mark Qvist <mark@unsigned.io>
Date : 2022-10-22T14:35:24+02:00
Updated versions
Changes
Diff
diff --git a/LXMF/_version.py b/LXMF/_version.py
index 3ced358..b5fdc75 100644
--- a/LXMF/_version.py
+++ b/LXMF/_version.py
@@ -1 +1 @@
-__version__ = "0.2.1"
+__version__ = "0.2.2"
diff --git a/setup.py b/setup.py
index 991b5ba..7c799c1 100644
--- a/setup.py
+++ b/setup.py
@@ -20,6 +20,6 @@ setuptools.setup(
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
- install_requires=['rns>=0.3.16'],
+ install_requires=['rns>=0.3.17'],
python_requires='>=3.6',
)
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────